; The following are the hotkey descriptions, they may
; be long and descriptive. The \n represents an end of
; line. You MUST keep the description on a single line
; and use the \n as the catalog processor only
; looks at single lines.
;
MSG_DESC_POPKEY ($3000/2/1024)
This will display the Window Daemon interface
;
MSG_DESC_ZIP ($3001/2/1024)
This will zip/unzip the active window
;
MSG_DESC_MAKEBIG ($3002/2/1024)
This will size the active window to the\nlargest possible dimensions
;
MSG_DESC_MAKESMALL ($3003/2/1024)
This will size the active window to the\nsmallest possible dimensions
;
MSG_DESC_FRONT ($3004/2/1024)
This will bring the current window to the\nfront.
;
MSG_DESC_BACK ($3005/2/1024)
This will push the active window behind\nall the other windows on the screen.
;
MSG_DESC_FRONTBACK ($3006/2/1024)
This will bring the active window to the\nfront, if you press this again it will be\npushed to the back.
;
MSG_DESC_CLOSE ($3007/2/1024)
This will ask the active window to close. This\nis the same as clicking in the CLOSEWINDOW box.
;
MSG_DESC_CLOSEPARENT ($3008/2/1024)
This will ask the parent window of the active\nwindow to close
;
MSG_DESC_PREVWINDOW ($3009/2/1024)
This will activate the previous window to the\ncurretly active window
;
MSG_DESC_NEXTWINDOW ($3010/2/1024)
This will activate the next window to the\ncurrently active window
;
MSG_DESC_NEXTSCREEN ($3011/2/1024)
This will activate the next screen, the current\nscreen is the screen with the currently active\nwindow.
;
MSG_DESC_SCREENTOP ($3012/2/1024)
This will move the active screen to the top of\nthe display if it has been dragged down.
;
MSG_DESC_FORCECLOSE ($3013/2/1024)
This will FORCE the active window to be closed.\nThis is potentially dangerous if the window is\nstill in use by a task.
;
MSG_DESC_REMTASKOWNER ($3014/2/1024)
This will REMOVE the task that owns the active\nwindow.
;
MSG_DESC_SCREENCLOSE ($3015/2/1024)
This will FORCE the active screen to close. To\ndo this it is also necessary to close all the\nwindows on the screen. This is a dangerous\nprocedure and may crash your system.
;
MSG_DESC_WSFRONT ($3016/2/1024)
This will bring the active windows screen to the\nfront of the display
;
MSG_DESC_WBFRONT ($3017/2/1024)
This will bring the workbench screen to thefront of the display
;
MSG_DESC_PUBSCREENFRONT ($3018/2/1024)
This will bring the default public screen to the\nfront of the display
;
MSG_DESC_MAKEPUBSCREEN ($3019/2/1024)
This attempts to make the active screen the\ndefault public screen. If the active screen is\nnot a public screen then this is not possible.
;
MSG_DESC_NEXTWINDOWSCREEN ($3020/2/1024)
This will activate the next window from the\nactive window. If no more exist on the current\nscreen, then the next screen will be tried.
;
MSG_DESC_CLOSEWBWINDOWS ($3021/2/1024)
This will close all the windows on the workbench\ncurrently open by workbench.
;
MSG_DESC_INCREASEPRI ($3022/2/1024)
This will increase the priority of the task\nthat owns the active window.
;
MSG_DESC_DECREASEPRI ($3023/2/1024)
This will decrease the priority of the task\nthat owns the active window.